home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / STvi 1.0.0.sit / STvi 1.0.0 f / Readme 3.69 < prev    next >
Text File  |  1994-07-21  |  2KB  |  72 lines

  1. STEVIE Source Release - 3.68
  2.  
  3. This is a source release of the STEVIE editor, a public domain clone
  4. of the UNIX editor 'vi'. The program was originally developed for the
  5. Atari ST, but has been ported to UNIX, OS/2, DOS, and Minix-ST as well.
  6. Ports done by others, but not directly supported by this release, include
  7. Minix-PC, Amiga, and a Data General system of some sort.
  8.  
  9. The good news about stevie is that it is extremely portable. It supports
  10. systems with virtually all combinations of integer size, pointer size,
  11. and byte order. The only major issue remaining, for some environments,
  12. is that the file is kept in memory. For most environments, this isn't a
  13. problem, but for Minix-PC it is particularly annoying.
  14.  
  15. The files included in this release are:
  16.  
  17. README
  18.     This file.
  19.  
  20. stevie.mm
  21. stevie.doc
  22.     Reference manual for STEVIE. Assumes familiarity with vi.
  23.  
  24. source.doc
  25.     Quick overview of the major data structures used.
  26.  
  27. porting.doc
  28.     Tips for porting STEVIE to other systems.
  29.  
  30. os2.mk
  31. unix.mk
  32. dos.mk
  33. tos.mk
  34. minix.mk
  35.     Makefiles for OS/2, UNIX, DOS, and the Atari ST (TOS and Minix).
  36.  
  37. os2.c
  38. unix.c
  39. dos.c
  40. tos.c
  41. minix.c
  42. term.h
  43. env.h
  44.     System-dependent code for the same.
  45.  
  46. alloc.c ascii.h cmdline.c edit.c fileio.c help.c hexchars.c
  47. keymap.h linefunc.c main.c mark.c misccmds.c normal.c ops.c ops.h
  48. param.c param.h ptrfunc.c regexp.c regexp.h regmagic.h regsub.c
  49. screen.c search.c stevie.h term.c undo.c version.c
  50.  
  51.     C source and header files for STEVIE.
  52.  
  53. ctags.doc
  54.     Documentation for the accompanying program 'ctags'.
  55.  
  56. ctags.c
  57.     Source code for the program 'ctags'.
  58.  
  59.  
  60. To compile STEVIE for one of the provided systems:
  61.  
  62.     1. Edit the file 'env.h' to set the system defines as needed.
  63.  
  64.     2. Check the makefile for your system, and modify as needed.
  65.  
  66.     3. Compile.
  67.  
  68. Good Luck...
  69.  
  70. Tony Andrews
  71. 8/6/89
  72.